home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 48 / Issue #48.iso / pc / 2-SOFTWARE / SpaceSynth 1.1 / spacesynth.exe / install_script.iss
Text File  |  2002-07-29  |  1KB  |  31 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Space Synthesizer
  5. AppVerName=Space Synthesizer 1.1b
  6. AppId=Space Synthesizer
  7. DefaultDirName={sd}
  8. DefaultGroupName=SpaceSynthesizer
  9. UninstallFilesDir={pf}\SpaceSynthesizer\uninst
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\SpaceSynthesizer.dll"; DestDir: "{app}"; 
  18. Source: "{win}\SpaceSynthesizer"; DestDir: "{win}"; 
  19. Source: "{pf}\SpaceSynthesizer\register.exe"; DestDir: "{pf}\SpaceSynthesizer"; 
  20. Source: "{pf}\SpaceSynthesizer\ipg.exe"; DestDir: "{pf}\SpaceSynthesizer"; 
  21. Source: "{pf}\SpaceSynthesizer\manSpaceSynth11.pdf"; DestDir: "{pf}\SpaceSynthesizer"; 
  22. Source: "{win}\SpaceSynthDefault.ssb"; DestDir: "{win}"; 
  23.  
  24. [Icons]
  25. Name: "{group}\Buy the Space Synthesizer (obtain reg code)!"; Filename: "http://www.mhc.se/software/plugins/spacesynth/registration.html"; 
  26. Name: "{group}\Register (type in reg code)"; Filename: "{pf}\SpaceSynthesizer\register.exe"; 
  27. Name: "{group}\IPG (Intelligent Patch Gen)"; Filename: "{pf}\SpaceSynthesizer\ipg.exe"; 
  28. Name: "{group}\Manual"; Filename: "{pf}\SpaceSynthesizer\manSpaceSynth11.pdf"; 
  29. Name: "{group}\Space Synthesizer on the web"; Filename: "http://www.mhc.se/software/plugins/spacesynth/index.html"; 
  30. Name: "{group}\More audio software from MHC"; Filename: "http://www.mhc.se/software/index.html"; 
  31.